Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Conditional Namespace / ConditionalObjects.Condition<TItem,TObject,TExecutedResult> Structure / References Property


In This Topic
    References Property
    In This Topic
    Gets the range over which the conditional formatting rule apply.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property References As Reference()
    'Usage
     
    
    Dim instance As ConditionalObjects.Condition(Of TItem,TObject,TExecutedResult)
    Dim value() As Reference
     
    value = instance.References
    public Reference[] References {get;}

    Property Value

    A GrapeCity.CalcEngine.RangeReference array indicates the range over which the conditional formatting rule apply.
    See Also